home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Utility / WinGuardian / wg20.exe / sys._xe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Encoding:
Text File  |  1999-04-11  |  4.5 KB  |  197 lines

  1. object Form3: TForm3
  2.   Left = 230
  3.   Top = 106
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Acceptable Use Policy'
  7.   ClientHeight = 434
  8.   ClientWidth = 612
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label3: TLabel
  23.     Left = 96
  24.     Top = 96
  25.     Width = 3
  26.     Height = 13
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 612
  32.     Height = 434
  33.     Align = alClient
  34.     BevelInner = bvRaised
  35.     BorderStyle = bsSingle
  36.     TabOrder = 0
  37.     object AHMFillBackground1: TAHMFillBackground
  38.       Left = 2
  39.       Top = 2
  40.       Width = 604
  41.       Height = 426
  42.       Background = AHMBackground1
  43.       Align = alClient
  44.     end
  45.     object Image1: TImage
  46.       Left = 278
  47.       Top = 8
  48.       Width = 41
  49.       Height = 41
  50.       Picture.Data = {<image001.ico>}
  51.       Transparent = True
  52.     end
  53.     object Label1: TLabel
  54.       Left = 39
  55.       Top = 49
  56.       Width = 522
  57.       Height = 19
  58.       Caption = 
  59.         'Attention: You must agree to the ACCEPTABLE USE POLICY below bef' +
  60.         'ore'
  61.       Color = clSilver
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clBlack
  64.       Font.Height = -17
  65.       Font.Name = 'Times New Roman'
  66.       Font.Style = []
  67.       ParentColor = False
  68.       ParentFont = False
  69.       Transparent = True
  70.     end
  71.     object Label2: TLabel
  72.       Left = 180
  73.       Top = 70
  74.       Width = 242
  75.       Height = 19
  76.       Caption = 'being allowed to use this computer:'
  77.       Color = clSilver
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clBlack
  80.       Font.Height = -17
  81.       Font.Name = 'Times New Roman'
  82.       Font.Style = []
  83.       ParentColor = False
  84.       ParentFont = False
  85.       Transparent = True
  86.     end
  87.     object Memo1: TMemo
  88.       Left = 16
  89.       Top = 96
  90.       Width = 575
  91.       Height = 248
  92.       TabStop = False
  93.       Color = clWhite
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clWindowText
  96.       Font.Height = -13
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = []
  99.       ParentFont = False
  100.       ReadOnly = True
  101.       ScrollBars = ssVertical
  102.       TabOrder = 0
  103.     end
  104.     object BitBtn1: TBitBtn
  105.       Left = -408
  106.       Top = 303
  107.       Width = 179
  108.       Height = 41
  109.       Caption = 'Agree'
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clNavy
  112.       Font.Height = -11
  113.       Font.Name = 'MS Sans Serif'
  114.       Font.Style = []
  115.       ParentFont = False
  116.       TabOrder = 1
  117.       OnClick = BitBtn1Click
  118.     end
  119.     object BitBtn2: TBitBtn
  120.       Left = -184
  121.       Top = 302
  122.       Width = 177
  123.       Height = 41
  124.       Caption = 'Disagree'
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clNavy
  127.       Font.Height = -11
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = []
  130.       ParentFont = False
  131.       TabOrder = 2
  132.       OnClick = BitBtn2Click
  133.     end
  134.     object AHMButton1: TAHMButton
  135.       Left = 82
  136.       Top = 349
  137.       Width = 439
  138.       Height = 33
  139.       Glyph.TransparentColor = clBlack
  140.       Font.Charset = DEFAULT_CHARSET
  141.       Font.Color = clGreen
  142.       Font.Height = -11
  143.       Font.Name = 'MS Sans Serif'
  144.       Font.Style = [fsBold]
  145.       Caption = 
  146.         'I understand and agree to follow the above acceptable use policy' +
  147.         '.'
  148.       ButtonSunk = True
  149.       Background = AHMBackground2
  150.       OnClick = AHMButton1Click
  151.       ParentFont = False
  152.       TabOrder = 3
  153.       TabStop = True
  154.     end
  155.     object AHMButton2: TAHMButton
  156.       Left = 82
  157.       Top = 388
  158.       Width = 439
  159.       Height = 33
  160.       Glyph.TransparentColor = clBlack
  161.       Font.Charset = DEFAULT_CHARSET
  162.       Font.Color = clRed
  163.       Font.Height = -11
  164.       Font.Name = 'MS Sans Serif'
  165.       Font.Style = [fsBold]
  166.       Caption = 'I do NOT agree to the above acceptable use policy.'
  167.       ButtonSunk = True
  168.       Background = AHMBackground2
  169.       OnClick = AHMButton2Click
  170.       ParentFont = False
  171.       TabOrder = 4
  172.       TabStop = True
  173.     end
  174.   end
  175.   object Timer1: TTimer
  176.     Enabled = False
  177.     Interval = 400
  178.     OnTimer = Timer1Timer
  179.     Left = 16
  180.     Top = 8
  181.   end
  182.   object AHMBackground1: TAHMBackground
  183.     Gradient.BeginColor = clWhite
  184.     Gradient.EndColor = clNavy
  185.     Gradient.FillStyle = MiddleHBar
  186.     Gradient.ColorCount = 250
  187.     Left = 432
  188.     Top = 16
  189.   end
  190.   object AHMBackground2: TAHMBackground
  191.     Gradient.BeginColor = clWhite
  192.     Gradient.EndColor = clGray
  193.     Left = 488
  194.     Top = 16
  195.   end
  196. end
  197.